FileCache.purgeCacheAsync

Removes less used tiles from the cache, if necessary, until it fits in the size limit.

class FileCache
void
purgeCacheAsync
(,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

cancellable Cancellable

a #GCancellable

callback GAsyncReadyCallback

a #GAsyncReadyCallback to execute upon completion

userData void*

closure data for @callback

Meta